Explorar el Código

Change TempTarget main chart plot color to green

Deniz Cengiz hace 1 año
padre
commit
c352a47fda
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      FreeAPS/Sources/Modules/Home/View/Chart/MainChartView.swift

+ 1 - 1
FreeAPS/Sources/Modules/Home/View/Chart/MainChartView.swift

@@ -770,7 +770,7 @@ extension MainChartView {
                 xEnd: .value("End", target.end),
                 xEnd: .value("End", target.end),
                 y: .value("Value", targetLimited)
                 y: .value("Value", targetLimited)
             )
             )
-            .foregroundStyle(Color.purple.opacity(0.5)).lineStyle(.init(lineWidth: 8))
+            .foregroundStyle(Color.green.opacity(0.5)).lineStyle(.init(lineWidth: 8).dash(2))
         }
         }
     }
     }